Calling this method will save the current search result to a given file. The action is equivalent to selecting File > Save Search Results from the menu in the Perceptive Enterprise Search - Local Administration Console application. If you wish to re-load the search results later, call LoadAnswer or select File > Load Search Results from the menu.
Sub(FileName)
AnswerFile = SaveDialog("search.ans", "ISYS answer files (*.ans)|*.ans") If AnswerFile <> "" Then App.ActiveTab.SaveAnswer AnswerFile End If